Class com.symantec.itools.vcafe.beans.PropertyDescriptorAttributes
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.vcafe.beans.PropertyDescriptorAttributes

Object
   |
   +----com.symantec.itools.vcafe.beans.PropertyDescriptorAttributes

public class PropertyDescriptorAttributes
extends Object
Visual Cafe property descriptors supported beyond the standard JavaBeans.


Variable Index

 o CODE_GEN_AFTER_EMBEDDED_ATTRIBUTE
Uncommon Attribute Attribute of type Boolean If this attribute is not defined, it is assumed to be false.
 o CODE_GEN_AT_END_ATTRIBUTE
Uncommon Attribute Attribute of type Boolean If this attribute is not defined, it is assumed to be false.
 o CODE_GEN_FIRST_ATTRIBUTE
Uncommon Attribute Attribute of type Boolean If this attribute is not defined, it is assumed to be false.
 o DEFAULT_VALUE_CLASSNAME_ATTRIBUTE
Common Attribute Attribute of type Boolean If this attribute is not defined, the property does not override the components default value.
 o EXTRACT_INITIAL_VALUE_FROM_INDEXED_PROPERTY_ATTRIBUTE
Uncommon Attribute Attribute of type Boolean If this attribute is not defined, it is assumed to be false.
 o GROUPING_ATTRIBUTE
Common Attribute Attribute of type String If this attribute is not defined, the property is not in a group.
 o RUNTIME_EXCEPTIONS_ATTRIBUTE
Uncommon Attribute Attribute of type String Contains a list of Exceptions that should be code gen'd when the setter is called List elements are separated by '\n' characters
 o WIN_HELP_ATTRIBUTE
Common Attribute Attribute of type String If this attribute is not defined, the property does not have a help id.

Constructor Index

 o com.symantec.itools.vcafe.beans.PropertyDescriptorAttributes()

Variables

 o CODE_GEN_AFTER_EMBEDDED_ATTRIBUTE
public static final java.lang.String CODE_GEN_AFTER_EMBEDDED_ATTRIBUTE
Uncommon Attribute Attribute of type Boolean If this attribute is not defined, it is assumed to be false. If this is true, the code gen for this property occurs are all components have been added to its parent.

 o CODE_GEN_AT_END_ATTRIBUTE
public static final java.lang.String CODE_GEN_AT_END_ATTRIBUTE
Uncommon Attribute Attribute of type Boolean If this attribute is not defined, it is assumed to be false. If this is true, the code gen for this property occurs as late as possible

 o CODE_GEN_FIRST_ATTRIBUTE
public static final java.lang.String CODE_GEN_FIRST_ATTRIBUTE
Uncommon Attribute Attribute of type Boolean If this attribute is not defined, it is assumed to be false. If this is true, the code gen for this property occurs before other properties code gen.

 o DEFAULT_VALUE_CLASSNAME_ATTRIBUTE
public static final java.lang.String DEFAULT_VALUE_CLASSNAME_ATTRIBUTE
Common Attribute Attribute of type Boolean If this attribute is not defined, the property does not override the components default value.

 o EXTRACT_INITIAL_VALUE_FROM_INDEXED_PROPERTY_ATTRIBUTE
public static final java.lang.String EXTRACT_INITIAL_VALUE_FROM_INDEXED_PROPERTY_ATTRIBUTE
Uncommon Attribute Attribute of type Boolean If this attribute is not defined, it is assumed to be false.

 o GROUPING_ATTRIBUTE
public static final java.lang.String GROUPING_ATTRIBUTE
Common Attribute Attribute of type String If this attribute is not defined, the property is not in a group.

 o RUNTIME_EXCEPTIONS_ATTRIBUTE
public static final java.lang.String RUNTIME_EXCEPTIONS_ATTRIBUTE
Uncommon Attribute Attribute of type String Contains a list of Exceptions that should be code gen'd when the setter is called List elements are separated by '\n' characters

 o WIN_HELP_ATTRIBUTE
public static final java.lang.String WIN_HELP_ATTRIBUTE
Common Attribute Attribute of type String If this attribute is not defined, the property does not have a help id.

Constructors

 o PropertyDescriptorAttributes
public PropertyDescriptorAttributes()

All Packages  Class Hierarchy  This Package  Previous  Next  Index